home *** CD-ROM | disk | FTP | other *** search
/ PCMania 46 / PCMania CD46_2.iso / pc / sonar96 / gprog.dir / 00137.ls < prev    next >
Encoding:
Text File  |  1994-07-07  |  463 b   |  21 lines

  1. on Diana
  2.   if rollOver(41) then
  3.     puppetSprite(41, 1)
  4.     set the castNum of sprite 41 to the number of cast "diana"
  5.   else
  6.     puppetSprite(41, 0)
  7.   end if
  8.   if rollOver(42) then
  9.     puppetSprite(42, 1)
  10.     set the castNum of sprite 42 to the number of cast "diana"
  11.   else
  12.     puppetSprite(42, 0)
  13.   end if
  14.   if rollOver(43) then
  15.     puppetSprite(43, 1)
  16.     set the castNum of sprite 43 to the number of cast "diana"
  17.   else
  18.     puppetSprite(43, 0)
  19.   end if
  20. end
  21.